ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseLayoutView<TOwnerView,TDefinition> Class / _plotsPaneViews Method

In This Topic
    _plotsPaneViews Method (_BaseLayoutView<TOwnerView,TDefinition>)
    In This Topic
    Syntax
    'Declaration
     
    Public MustOverride Function _plotsPaneViews() As List(Of IPlotsPaneModel)
    public abstract List<IPlotsPaneModel> _plotsPaneViews()
    See Also